From 4401831345fcf0da10515b9439f0248086158a4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 23 Jul 2018 03:59:25 +0200 Subject: [PATCH] release 0.1.54 --- NEWS | 2 +- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6d36c2b..a2361bb 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> -2018-07-2? babl-0.1.54
+2018-07-23 babl-0.1.54
Export babl_space_get_icc, babl_space_get, babl_model_with_space, babl_space_with_trc, babl_format_get_encoding, babl_model_is, SSE2 versions of YA float and Y float to CIE L float. diff --git a/configure.ac b/configure.ac index 34eb155..187cede 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [53]) +m4_define([babl_micro_version], [54]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) diff --git a/meson.build b/meson.build index 31540d0..bd46ed8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.53', + version: '0.1.54', meson_version: '>=0.40.0', default_options: [ 'libdir=lib', -- 2.30.2